LabelRange Class

Represents a label cell range which contain labels, and a data cell range which specifies the rows or columns whose content is referenced by the labels. There are two types of label ranges: -Label ranges for columns. -Label ranges for rows.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class LabelRange
Inheritance
Object    LabelRange

Constructors

LabelRange Initializes a new instance of the LabelRange class.

Properties

DataCellRangeAddress Contains the cell range address of data.
LabelCellRangeAddress Contains the cell range address for labels.
Orientation Specifies whether labels label rows or columns. The defined values for the attribute are: -column: label range oriented by column -row: label range oriented by row

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current LabelRange object to its equivalent string representation.
(Overrides ObjectToString)

See Also